home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / act4 / 00657.ls < prev    next >
Encoding:
Text File  |  1995-04-05  |  185 b   |  11 lines

  1. on exitFrame
  2.   if the soundBusy of 1 then
  3.     go(the frame - 1)
  4.   else
  5.     repeat with xxx = 42 to 45
  6.       set the visible of sprite xxx to 1
  7.     end repeat
  8.     play done
  9.   end if
  10. end
  11.